home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / qms10602.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-07-08  |  13.6 KB  |  449 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 1060 Print System Level 2" versions 2011.22
  4. *% Date: 7 April 1994
  5. *% Modified:  05/25/94
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10. *PCFileName: "QMS10602.PPD"
  11.  
  12. *% QMS Defaults==========
  13. *MiserMode: True
  14.  
  15. *Product: "(QMS 1060 Print System)"
  16. *PSVersion: "(2011.22) 13"
  17. *ModelName: "QMS 1060 Level 2"
  18. *NickName: "QMS 1060 Level 2"
  19.  
  20. *% ADORequiresEExec added by Microsoft
  21. *ADORequiresEExec: True
  22.  
  23.  
  24. *% General Information and Defaults ===============
  25. *LanguageLevel: "2"
  26. *AcceptsTrueType: True
  27. *FreeVM: "800000"
  28. *% ColorDevice: True
  29. *VariablePaperSize: False
  30. *EndOfDocument: True
  31. *FileSystem: True
  32. *?FileSystem: "
  33. save
  34.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  35. restore
  36. "
  37. *End
  38. *Throughput: "10"
  39. *Password: "0"
  40. *ExitServer: "
  41.  count 0 eq
  42.  { false } { true exch startjob } ifelse
  43.  not { 
  44.      (WARNING : Cannot perform the exitserver command.) = 
  45.      (Password supplied is not valid.) = 
  46.      (Please contact the author of this software.) = flush quit
  47.      } if
  48. "
  49. *End
  50. *Reset: "
  51.  count 0 eq
  52.  { false } { true exch startjob } ifelse
  53.  not {
  54.     (WARNING: Cannot reset printer.) =
  55.     (Missing or invalid password.) =
  56.     (Please contact the author of this software.) = flush quit
  57.     } if
  58.  systemdict /quit get exec
  59.  (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *% Halftone Information ===============
  64. *ScreenFreq: "60.0"
  65. *ScreenAngle: "45.0"
  66. *DefaultScreenProc: Dot
  67. *ScreenProc Dot: "
  68. { 1.4 0.24 
  69.   { 2 
  70.    { 3 1 roll add dup 1.0 gt { 2.0 sub } if 
  71.    } repeat 
  72.    abs exch abs 2 copy add 1 gt 
  73.    { 1 sub dup mul exch 1 sub dup mul add 1 sub } 
  74.    { dup mul exch dup mul add 1 exch sub}
  75.     ifelse 
  76.   } exec 
  77. }
  78. "
  79. *End
  80. *ScreenProc Line: "{ pop }"
  81. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  82.  
  83. *DefaultTransfer: Null
  84. *Transfer Null: "{ }"
  85. *Transfer Null.Inverse: "{ 1 exch sub }"
  86.  
  87. *% Paper Handling ===================
  88.  
  89. *OpenUI *Resolution: PickOne
  90. *OrderDependency: 10 AnySetup *Resolution
  91. *DefaultResolution: 600dpi
  92. *SetResolution 600dpi: "statusdict begin 600 setresolution end"
  93. *End
  94. *SetResolution 300dpi: "statusdict begin 300 setresolution end"
  95. *End
  96.  
  97. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  98. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  99. *End
  100.  
  101. *?Resolution: "
  102. save
  103.   statusdict begin resolution end
  104.   128 string cvs dup print (x) print print (dpi) = flush
  105. restore
  106. "
  107. *End
  108. *CloseUI: *Resolution
  109.  
  110. *OpenUI *PageSize: PickOne
  111. *OrderDependency: 15 AnySetup *PageSize
  112. *DefaultPageSize: Letter
  113. *PageSize Letter: "
  114.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  115. *End
  116. *PageSize Legal: "
  117.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  118. *End
  119. *PageSize Executive: "
  120.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  121. *End
  122. *PageSize A4: "
  123.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  124. *End
  125. *PageSize B5: "
  126.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  127. *End
  128. *PageSize Com9: "
  129.     2 dict dup /PageSize [279 639] put dup /ImagingBBox null put setpagedevice"
  130. *End
  131. *PageSize Com10: "
  132.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  133. *End
  134. *PageSize Monarch: "
  135.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  136. *End
  137. *PageSize DL: "
  138.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  139. *End
  140. *PageSize C5: "
  141.     2 dict dup /PageSize [460 649] put dup /ImagingBBox null put setpagedevice"
  142. *End
  143. *?PageSize: "
  144.  save
  145.    currentpagedevice /PageSize get aload pop
  146.    2 copy gt {exch} if 
  147.    (Unknown) 
  148.    6 dict
  149.    dup [612 792] (Letter) put
  150.    dup [612 1008] (Legal) put
  151.    dup [522 757] (Executive) put
  152.    dup [596 842] (A4) put
  153.    dup [516 729] (B5) put
  154.    dup [279 639] (Com9) put
  155.    dup [297 684] (Com10) put
  156.    dup [279 540] (Monarch) put
  157.    dup [312 624] (DL) put
  158.    dup [460 649] (C5) put
  159.  { exch aload pop 4 index sub abs 5 le exch 
  160.    5 index sub abs 5 le and 
  161.       {exch pop exit} {pop} ifelse
  162.    } bind forall
  163.    = flush pop pop
  164. restore 
  165. "
  166. *End
  167. *CloseUI: *PageSize
  168.  
  169. *% These entries will set up the frame buffer. Usually used with manual feed.
  170. *DefaultPageRegion: Letter
  171. *PageRegion Letter: "
  172.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  173. *End
  174. *PageRegion Legal: "
  175.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageRegion Executive: "
  178.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  179. *End
  180. *PageRegion A4: "
  181.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageRegion B5: "
  184.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  185. *End
  186. *PageRegion Com9: "
  187.     2 dict dup /PageSize [279 639] put dup /ImagingBBox null put setpagedevice"
  188. *End
  189. *PageRegion Com10: "
  190.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  191. *End
  192. *PageRegion Monarch: "
  193.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageRegion DL: "
  196.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  197. *End
  198. *PageRegion C5: "
  199.     2 dict dup /PageSize [460 649] put dup /ImagingBBox null put setpagedevice"
  200. *End
  201. *%CloseUI: PageRegion
  202.  
  203. *OpenUI *PaperTray: PickOne
  204. *OrderDependency: 20 AnySetup *PaperTray
  205. *PaperTray Letter: "statusdict begin lettertray end"
  206. *PaperTray Legal: "statusdict begin legaltray end"
  207. *PaperTray Executive: "statusdict begin executivetray end"
  208. *PaperTray A4: "statusdict begin a4tray end"
  209. *PaperTray B5: "statusdict begin b5tray end"
  210. *?PaperTray: "
  211.  save statusdict begin
  212.   15 dict begin
  213.    /letter (Letter) def 
  214.    /legal (Legal) def
  215.    /executivepage (Executive) def
  216.    /a4 (A4) def
  217.    /b5 (B5) def 
  218.    papersize {
  219.      {load exec} stopped not{= flush}if
  220.    }{
  221.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  222.    }ifelse
  223.   end
  224.  end restore
  225. "
  226. *End
  227. *CloseUI: *PaperTray
  228.  
  229. *% The following entries provide information about specific paper keywords.
  230. *DefaultImageableArea: Letter
  231. *ImageableArea Letter: "10 10 598 780 "
  232. *ImageableArea Legal: "10 14 600 998 "
  233. *ImageableArea Executive: "10 14 510 746 "
  234. *ImageableArea A4: "10 10 581 830 "
  235. *ImageableArea B5: "10 10 501 717 "
  236. *ImageableArea Com9: "42 42 236 596 "
  237. *ImageableArea Com10: "42 42 254 641 "
  238. *ImageableArea Monarch: "42 42 236 497 "
  239. *ImageableArea DL: "42 42 270 582 "
  240. *ImageableArea C5: "42 42 416 605 "
  241. *?ImageableArea: "
  242.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  243.   newpath clippath pathbbox
  244.   4 -2 roll exch 2 {ceiling cvp} repeat
  245.   exch 2 {floor cvp} repeat flush
  246.  restore
  247. "
  248. *End
  249.  
  250. *% These provide the physical dimensions of the paper (by keyword)
  251. *DefaultPaperDimension: Letter
  252. *PaperDimension Letter: "612 792"
  253. *PaperDimension Legal: "612 1008"
  254. *PaperDimension Executive: "522 756"
  255. *PaperDimension A4: "596 842"
  256. *PaperDimension B5: "516 729"
  257. *PaperDimension Com9: "279 639"
  258. *PaperDimension Com10: "297 684"
  259. *PaperDimension Monarch: "279 540"
  260. *PaperDimension DL: "312 624"
  261. *PaperDimension C5: "460 649"
  262.  
  263. *DefaultOutputBin: Upper
  264.  
  265.  
  266.  
  267. *OpenUI *InputSlot: PickOne
  268. *OrderDependency: 20 AnySetup *InputSlot
  269. *DefaultInputSlot: Standard
  270. *InputSlot Standard: "
  271.    currentpagedevice /InputAttributes get
  272.    1 get dup null eq {pop}
  273.       { dup /InputAttributes
  274.          1 dict dup /Priority [1] put
  275.       put setpagedevice } ifelse"
  276. *End
  277. *InputSlot Lower: "
  278.    currentpagedevice /InputAttributes get
  279.    2 get dup null eq {pop}
  280.       { dup /InputAttributes
  281.          1 dict dup /Priority [2] put
  282.       put setpagedevice } ifelse"
  283. *End
  284. *InputSlot Optional: "
  285.    currentpagedevice /InputAttributes get
  286.    3 get dup null eq {pop}
  287.       { dup /InputAttributes
  288.          1 dict dup /Priority [3] put
  289.       put setpagedevice } ifelse"
  290. *End
  291.  
  292. *?InputSlot: "
  293. save
  294.    [(Unknown) (Standard) (Lower) (Optional)]
  295.    currentpagedevice /InputAttributes get
  296.    /Priority get aload pop dup 3 gt {pop 4} if
  297.    get = flush restore"
  298. *End
  299. *CloseUI: *InputSlot
  300.  
  301. *CloseGroup: PaperHandling
  302.  
  303. *%DefaultManualFeed: None
  304. *DefaultManualFeed: False
  305. *?ManualFeed: "
  306.   statusdict /manualfeed get
  307.   {(True)}{(False)}ifelse = flush"
  308. *End
  309. *ManualFeed True: "statusdict begin /manualfeed true store end"
  310. *ManualFeed False: "statusdict begin /manualfeed false store end"
  311.  
  312. *DefaultOutputOrder: Normal
  313.  
  314. *OpenUI *Collate:  Boolean
  315. *OrderDependency:  40 AnySetup *Collate
  316. *DefaultCollate: True
  317. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  318. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  319. *?Collate:"
  320. save
  321.   currentpagedevice /Collate get
  322.   {(True)}{(False)}ifelse = flush restore"
  323. *End
  324. *CloseUI: *Collate
  325.  
  326. *% Font Information =====================
  327.  
  328. *DefaultFont: Courier
  329. *Font AvantGarde-Book: Standard "(001.002)"
  330. *Font AvantGarde-BookOblique: Standard "(001.002)"
  331. *Font AvantGarde-Demi: Standard "(001.003)"
  332. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  333. *Font Bookman-Demi: Standard "(001.001)"
  334. *Font Bookman-DemiItalic: Standard "(001.001)"
  335. *Font Bookman-Light: Standard "(001.001)"
  336. *Font Bookman-LightItalic: Standard "(001.001)"
  337. *Font Courier: Standard "(001.005)"
  338. *Font Courier-Bold: Standard "(001.005)"
  339. *Font Courier-BoldOblique: Standard "(001.005)"
  340. *Font Courier-Oblique: Standard "(001.005)"
  341. *Font Helvetica: Standard "(001.002)"
  342. *Font Helvetica-Bold: Standard "(001.002)"
  343. *Font Helvetica-BoldOblique: Standard "(001.002)"
  344. *Font Helvetica-Condensed: Standard "(001.001)"
  345. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  346. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  347. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  348. *Font Helvetica-Narrow: Standard "(001.002)"
  349. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  350. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  351. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  352. *Font Helvetica-Oblique: Standard "(001.002)"
  353. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  354. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  355. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  356. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  357. *Font Palatino-Bold: Standard "(001.002)"
  358. *Font Palatino-BoldItalic: Standard "(001.002)"
  359. *Font Palatino-Italic: Standard "(001.002)"
  360. *Font Palatino-Roman: Standard "(001.001)"
  361. *Font Symbol: Special "(001.003)"
  362. *Font Times-Bold: Standard "(001.002)"
  363. *Font Times-BoldItalic: Standard "(001.004)"
  364. *Font Times-Italic: Standard "(001.002)"
  365. *Font Times-Roman: Standard "(001.002)"
  366. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  367. *Font ZapfDingbats: Special "(001.002)"
  368. *?FontQuery: "
  369.  save
  370.    { count 1 gt
  371.       { exch dup 127 string cvs (/) print print (:) print
  372.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  373.       } { exit } ifelse 
  374.    } bind loop
  375.    (*) = flush
  376.  restore
  377. "
  378. *End
  379.  
  380. *?FontList: "
  381. save
  382.   (*) {cvn ==} 128 string /Font resourceforall
  383.   (*) = flush
  384. restore
  385. "
  386. *End
  387.  
  388. *% Printer Messages (verbatim from printer):
  389. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  390. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  391. *Message: "\FontName\ not found, using Courier"
  392.  
  393. *% Status (format: %%[ status: <one of these> ]%% )
  394. *Status: "idle"
  395. *Status: "busy"
  396. *Status: "waiting"
  397. *Status: "printing"
  398. *Status: "warming up"
  399.  
  400. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  401. *Source: "serial25"
  402. *Source: "AppleTalk"
  403. *Source: "Centronics"
  404.  
  405. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  406.  
  407. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  408.  
  409. *% Color Separation Information =====================
  410.  
  411. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  412.  
  413. *InkName: ProcessBlack/Process Black
  414. *InkName: CustomColor/Custom Color
  415. *InkName: ProcessCyan/Process Cyan
  416. *InkName: ProcessMagenta/Process Magenta
  417. *InkName: ProcessYellow/Process Yellow
  418.  
  419. *%  For 53 lpi / 300 dpi  ===============================
  420.  
  421. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45"
  422. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45"
  423. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "45"
  424. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "45"
  425. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "45"
  426.  
  427. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53"
  428. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53"
  429. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "53"
  430. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "53"
  431. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "53"
  432.  
  433. *%  For 71 lpi / 600 dpi  ===============================
  434.  
  435. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  436. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  437. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "45"
  438. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "45"
  439. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "45"
  440.  
  441. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "71"
  442. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "71"
  443. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71"
  444. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "71"
  445. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "71"
  446.  
  447.  
  448. *% end of PPD file for QMS 1060 Print System
  449.